Skip to content

Add claude-warden to Hooks section#918

Closed
johnzfitch wants to merge 1 commit intohesreallyhim:mainfrom
johnzfitch:add-claude-warden
Closed

Add claude-warden to Hooks section#918
johnzfitch wants to merge 1 commit intohesreallyhim:mainfrom
johnzfitch:add-claude-warden

Conversation

@johnzfitch
Copy link

Summary

Add claude-warden to the Hooks > General section.

claude-warden is a set of pure-bash Claude Code hooks (single dependency: jq) that save thousands of tokens per session through:

  • Quiet overrides -- rewrites verbose commands (git, npm, cargo, pip, docker, ffmpeg, etc.) with quiet flags via updatedInput instead of blocking, then teaches the model with additionalContext reminders
  • Output management -- truncates large outputs, compresses Task agent results to structured lines, strips system-reminder blocks, detects binary output
  • Network security -- SSRF protection (metadata endpoints, localhost, RFC 1918), data exfiltration prevention, raw socket/scanner blocking, env dump prevention
  • Settings integrity -- ConfigChange hook blocks disableAllHooks and unauthorized hook modifications
  • Subagent budgets -- per-agent call/byte limits with type-specific guidance injection
  • Observability -- statusline, events.jsonl, optional Docker Compose monitoring stack (Loki, OTEL Collector, Prometheus, Tempo, Grafana)

Alphabetically placed between claude-hooks and Claudio.

Copilot AI review requested due to automatic review settings March 6, 2026 09:55
@hesreallyhim
Copy link
Owner

⚠️ Resource submissions are not accepted via pull request

Resource recommendations must be submitted through the issue template, not as a pull request. The entire resource pipeline — validation, review, and merging — is managed by automation.

To submit your resource correctly:

  1. 📖 Read CONTRIBUTING.md
  2. 📝 Submit using the official template

If this PR is not a resource submission (e.g., a bug fix or improvement), please comment below and we'll reopen it.

A cooldown of 1 day has been applied to this account.


This PR was automatically closed.

@hesreallyhim hesreallyhim added the needs-template Issue is a resource recommendation that did not use the issue template label Mar 6, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the claude-warden project to the repository’s curated Hooks → General list in the README, keeping the list alphabetically ordered and expanding the catalog of Claude Code hook tooling.

Changes:

  • Add a new README entry for claude-warden under Hooks → General.
  • Place the entry alphabetically between claude-hooks and Claudio.

@johnzfitch johnzfitch deleted the add-claude-warden branch March 8, 2026 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-template Issue is a resource recommendation that did not use the issue template

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants